home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1000 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  45 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. X-Newsreader: UMSZer V2.22 public
  3. Mime-version: 1.0
  4. Content-Type: text/plain; charset=iso-8859-1
  5. Content-Transfer-encoding: 8BIT
  6. Path: news.tng.oche.de!tomate.tng.oche.de
  7. X-Gateway: ZCONNECT UE utomate.tng.oche.de.tomate.tng.oche.de [PolyNet zTOr V4.901 Serie: "light"]
  8. Subject: Function like UPPER but ANY in C ?
  9. Date: Fri, 12 Jan 96  3:42:20 GMT
  10. Message-ID: <68771033@0humpty.tomate.tng.oche.de>
  11. From: humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich)
  12.  
  13.  
  14.     Hello,
  15.  
  16. I am not capable of coding in any other than Arexx, but have come into the
  17. need of modifiyng a GoldED Scanner. I have noticed, that the Guides Scanner
  18. does not work correct with guides, which have their keywords in lower case.
  19. No I need a function (or whatever) that does an ANY instead of UPPER.
  20. Here is the sourcepart:
  21.  
  22.         if (UPPER(*next++) == 'N') {
  23.  
  24.         if (UPPER(*next++) == 'O') {
  25.  
  26.             if (UPPER(*next++) == 'D') {
  27.  
  28.             if (UPPER(*next++) == 'E') {
  29.  
  30. Is there something like that that works either with GNU-C or the PD Version
  31. of DICE ?
  32.  
  33. Thanks.
  34.  
  35. P.S. Maybe anyone wrote a Scanner for Arexx-subs/procedures ? This would
  36.      make searching in large Arexx sources much easier. Tell me :-)
  37.  
  38. -- 
  39. Ciao, Andreas
  40. Internet: humpty@tomate.tng.oche.de
  41. FIDO    : 2:244/1544.14
  42.  
  43. "Good Enough" is the death knell of progress.
  44.  
  45.